home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.5 KB | 72 lines | [TEXT/MPS ] |
- /*
- File: GXGraphics.idl
-
- Contains: QuickDraw GX graphic routine interfaces.
-
- Version: Technology: Quickdraw GX 1.1
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __GXGRAPHICS_IDL__
- #define __GXGRAPHICS_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __CONDITIONALMACROS_IDL__
- #include <ConditionalMacros.idl>
- #endif
- #ifndef __TYPES_IDL__
- #include <Types.idl>
- #endif
- #ifndef __FONTS_IDL__
- #include <Fonts.idl>
- #endif
- #ifndef __GXERRORS_IDL__
- #include <GXErrors.idl>
- #endif
- #ifndef __GXTYPES_IDL__
- #include <GXTypes.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
- /*returns the count */
- /* returns byte length of glyphs */
- /* returns byte length */
- /* returns count */
- /* returns byte length */
- /* returns byte length */
- /* returns the number of layers */
- /* returns the number of layers */
- #endif
- #if FOR_SYSTEM8_COOPERATIVE
- #endif
- #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
- #endif
- #if FOR_SYSTEM8_COOPERATIVE
- #endif
- #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
- #endif
- #if FOR_SYSTEM8_COOPERATIVE
- #endif
- #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
- /* returns the number of positions */
- /* returns the number of positions */
- /* returns the glyph count */
- #endif
-
- #endif /* __SOMIDL__ */
-
- #endif /* __GXGRAPHICS_IDL__ */
-
-